From: Basil L. Contovounesios Date: Fri, 15 Mar 2024 23:19:43 +0000 (+0100) Subject: ; Fix 'usage:' keyword in Ffile_name_concat doc. X-Git-Tag: archive/raspbian/1%29.4+1-4+rpi1~1^2~2^2~18^2~25 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=3b791ebbe173fa18515558acaafbef1f88c51791;p=emacs.git ; Fix 'usage:' keyword in Ffile_name_concat doc. --- diff --git a/src/fileio.c b/src/fileio.c index a2e230879c3..a5d29d81fb7 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -759,7 +759,7 @@ Elements in COMPONENTS must be a string or nil. DIRECTORY or the non-final elements in COMPONENTS may or may not end with a slash -- if they don't end with a slash, a slash will be inserted before concatenating. -usage: (record DIRECTORY &rest COMPONENTS) */) +usage: (file-name-concat DIRECTORY &rest COMPONENTS) */) (ptrdiff_t nargs, Lisp_Object *args) { ptrdiff_t chars = 0, bytes = 0, multibytes = 0, eargs = 0;